/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
a {
  color: #333;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
html,
body,
button,
select,
input,
textarea {
  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑";
}
.header-common {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 99;
  box-shadow: 0px 3px 12px 1px rgba(11, 28, 54, 0.1);
  border-top: none;
}
.header-common * {
  box-sizing: border-box;
}
.header-common a {
  color: #333;
}
.header-common a:hover {
  color: #fc4147;
}
.header-common .main-menu {
  height: 40px;
}
.header-common .main-menu .name {
  font-size: 12px;
}
.header-common .main-menu .user_logined_sidenav2 {
  top: 40px;
}
.header-common .header-t {
  height: 30px;
  background: #EBEBEB;
}
.header-common .inner-t {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
}
.header-common .inner-t .fr span {
  margin-left: 30px;
}
.header-common .inner-t .fl li {
  float: left;
  margin-right: 30px;
}
.header-common .inner-t .fl li a {
  color: #666;
}
.header-common .inner-t .fl li a:hover {
  color: #fc4147;
}
.header-common .inner-b {
  position: relative;
  height: 70px;
  z-index: 999;
  padding-left: 230px;
}
.header-common .iden-logo {
  position: absolute;
  left: 0;
  top: 15px;
  width: 132px;
  height: 40px;
  float: left;
}
.header-common .iden-logo a {
  display: block;
  margin: 0 auto;
  width: 132px;
  padding-top: 40px;
  background: url(/img/images/v2/logo-13240.png) no-repeat top;
  background-size: 132px 40px;
  color: #D51E23;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.header-common .main-nav {
  font-size: 14px;
  text-align: center;
  float: left;
  position: relative;
  *zoom: 1;
}
.header-common .main-nav:before,
.header-common .main-nav:after {
  content: " ";
  display: table;
}
.header-common .main-nav:after {
  clear: both;
}
.header-common .main-nav li {
  position: relative;
  float: left;
  padding: 10px;
  height: 70px;
  margin-right: 30px;
}
.header-common .main-nav li.active > a {
  color: #fc4147;
  font-weight: bold;
}
.header-common .main-nav li.active:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fc4147;
}
.header-common .main-nav li:hover .sub-nav {
  display: block;
}
.header-common .main-nav li a {
  display: block;
  line-height: 50px;
  height: 50px;
  text-align: left;
}
.header-common .main-nav li a .dot {
  position: relative;
  display: inline-block;
}
.header-common .main-nav li a .dot i {
  display: none;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 5px;
  height: 5px;
  background: #fc4147;
  border-radius: 50%;
}
.header-common .main-nav li a .dot i.show {
  display: block;
}
.header-common .main-nav li:last-child {
  margin-right: 0;
}
.header-common .main-nav li.active .icon-ellipsis i,
.header-common .main-nav li:hover .icon-ellipsis i {
  background-color: #fc4147;
}
.header-common .main-nav li .icon-ellipsis i {
  display: inline-block;
  background: #333;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.header-common .main-nav .sub-nav {
  display: none;
  position: absolute;
  top: 70px;
  left: -20px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 999;
}
.header-common .main-nav .sub-nav a {
  display: block;
  min-width: 150px;
  height: 36px;
  line-height: 36px;
  padding: 0 28px;
  white-space: nowrap;
}
.header-common .main-nav .sub-nav a:hover {
  background: #f5f5f5;
}
.header-common .nav-r-con {
  position: absolute;
  top: 5px;
  right: 0;
}
.header-common .login-registration-wrap {
  float: left;
  line-height: 60px;
  font-size: 16px;
}
.header-common .login-registration-wrap > div {
  float: left;
}
.header-common .login-registration-wrap .separator {
  height: 16px;
  line-height: 20px;
  border: .5px solid #999;
  margin: 22px 22px 0;
}
.header-common .main-menu {
  float: left;
  z-index: 999;
  position: relative;
  height: 60px;
  width: 110px;
  padding: 12px 0;
  cursor: default;
  color: #fc4147;
  background-color: #fff;
}
.header-common .main-menu .msg {
  position: relative;
  float: left;
  color: #333;
  line-height: 36px;
}
.header-common .main-menu .msg i {
  font-size: 20px;
}
.header-common .main-menu .msg .ico-msg {
  height: 20px;
}
.header-common .main-menu .msg .unread_msgNum {
  position: absolute;
  top: 2px;
  left: 14px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  color: #fff;
  background: #fc4147;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  overflow: hidden;
}
.header-common .main-menu .ico {
  float: right;
}
.header-common .main-menu .user-profile {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  vertical-align: middle;
}
.header-common .main-menu .icon-select-up {
  transition: all 0.5s;
  font-size: 12px;
  display: inline-block;
  transform: scale(0.8) rotate(180deg);
}
.header-common .main-menu .user_logined_sidenav2 {
  position: absolute;
  background-color: #fff;
  right: 0;
  z-index: 99999;
  padding: 0 10px 0;
  top: 56px;
  width: 200px;
}
.header-common .main-menu .user_logined_sidenav2 #person_user,
.header-common .main-menu .user_logined_sidenav2 #review_user {
  padding: 10px 0;
}
.header-common .main-menu .user_logined_sidenav2 #person_user .sp-line,
.header-common .main-menu .user_logined_sidenav2 #review_user .sp-line {
  height: 1px;
  background: #E5E5E5;
  margin-bottom: 10px;
}
.header-common .main-menu .user_logined_sidenav2 #person_user a,
.header-common .main-menu .user_logined_sidenav2 #review_user a {
  overflow: hidden;
  height: 36px;
  width: 150px;
  border-radius: 5px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 18px;
  margin-bottom: 8px;
}
.header-common .main-menu .user_logined_sidenav2 #person_user a:hover,
.header-common .main-menu .user_logined_sidenav2 #review_user a:hover {
  background: #F5F5F5;
}
.header-common .main-menu .user_logined_sidenav2 #person_user a:last-child,
.header-common .main-menu .user_logined_sidenav2 #review_user a:last-child {
  margin-bottom: 7px;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg {
  padding: 10px 10px 10px 20px;
  height: 50px;
  overflow: hidden;
  display: block;
  color: #333;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg > a {
  display: inline-block;
  float: left;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg .user-name {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #444;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg .user-flag {
  float: right;
  margin-top: 5px;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  padding: 0 4px;
  color: #09BB07;
  border: 1px solid #09BB07;
  border-radius: 3px;
}
.header-common .main-menu .user_logined_sidenav2 {
  display: none;
  padding-top: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.header-common .main-menu .border-bot {
  border-bottom: solid 1px #e5e5e5;
}
.header-common .main-menu:hover .icon-select-up {
  transform: rotateZ(360deg);
}
.header-common .fl-ico {
  float: left;
  display: block;
  padding-top: 18px;
  margin-right: 50px;
}
.header-common .fl-ico img {
  height: 20px;
}
.header-common input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.header-common .login-success .main-menu {
  display: block !important;
}
.header-common .loginError .login-registration-wrap {
  margin-left: 15px;
  display: block !important;
}
.header-common .login-registration-wrap {
  display: none;
}
.header-common .authCode {
  color: #333;
  font-size: 14px;
  padding-right: 0;
  cursor: pointer;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 1px;
}
.header-common .IDEN-bc-verify {
  background-color: #eee;
}
.header-common .thirdparty-login li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.header-common .thirdparty-login li a {
  border: solid 1px;
  border-radius: 50%;
  padding: 4px;
}
.header-common .thirdparty-login li .icon {
  font-size: 40px;
  color: #666;
}
.header-common .thirdparty-login li .icon:hover {
  color: #fc4147;
}
.header-common .no-click {
  opacity: 0.5;
  cursor: default !important;
}
.header-common .slider .success {
  background-size: 50% !important;
}
.header-common .subjoin-tab-bar {
  height: 40px;
  background: #eee;
  line-height: 40px;
}
.header-common .subjoin-tab-bar .tab-list {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-common .subjoin-tab-bar .tab {
  display: inline-block;
  padding: 0 5px;
}
.header-common .subjoin-tab-bar .tab.active {
  color: #fc4147;
}
.header-common .subjoin-tab-bar .tab + .tab {
  margin-left: 28px;
}
@media screen and (max-width: 1520px) {
  .header-common .inner-b {
    padding-left: 200px;
  }
  .header-common .inner-b li {
    margin-right: 10px;
  }
  .header-common .fl-ico {
    margin-right: 30px;
  }
  .header-common .main-menu {
    width: 90px;
  }
}
/**下面是commont.css上搬来的*/
.g_right-fixed {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 40px;
  height: 200px;
  box-sizing: border-box;
}
.g_right-fixed * {
  box-sizing: border-box;
}
.g_right-fixed .triangle {
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  right: -4px;
  color: #ddd;
  border-right: solid 1px;
  border-top: solid 1px;
}
.g_right-fixed li {
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  margin-top: -1px;
}
.g_right-fixed li i {
  line-height: 40px;
  font-size: 24px;
  color: #fc4147;
}
.g_right-fixed li > div {
  border: solid 1px #ddd;
  border-radius: 5px;
  top: 0;
  background: #fff;
}
.g_right-fixed li > div img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
.g_right-fixed li .goqq {
  padding: 10px 0;
}
.g_right-fixed li:nth-child(1) > div {
  position: absolute;
  padding: 6px;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 230px;
  left: -240px;
  text-align: left;
}
.g_right-fixed li:nth-child(2) > div > div {
  display: inline-block;
}
.g_right-fixed li:nth-child(2) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 334px;
  left: -346px;
  top: 0;
}
.g_right-fixed li:nth-child(2) > div .img3 {
  width: 100px;
  height: 100px;
}
.g_right-fixed li:nth-child(3) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 136px;
  left: -146px;
  top: 0;
}
.g_right-fixed li:nth-child(4) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 136px;
  left: -146px;
  top: 0;
}
.g_right-fixed li i:hover + div {
  display: block;
}
.g_right-fixed li i:hover + div,
.g_right-fixed li a:hover + div {
  display: block;
}
.g_right-fixed .icon-go-call + div span {
  margin: 5px;
  display: block;
}
.g_right-fixed .icon-go-wechat + div,
.g_right-fixed li a + div {
  height: 142px;
  background-position-y: -100px;
  padding-top: 12px;
}
.g_right-fixed .icon-go-qq {
  cursor: pointer;
}
.g_right-fixed .icon-go-qq + div span {
  position: relative;
  top: -4px;
}
.g_right-fixed p {
  color: #333;
  margin-bottom: 0;
}
.g_right-fixed span {
  font-size: 14px;
  color: #666;
}
.g_right-fixed .toggleActivity {
  position: absolute;
  width: 46px;
  height: 46px;
  top: -43px;
  left: -8px;
  cursor: pointer;
  background: url('/img/images/toggleActivity.png') no-repeat;
  margin: 0;
  border: none;
}
.g_right-fixed #go_top {
  position: relative;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background: #fc4147;
  overflow: hidden;
}
.g_right-fixed #go_top:hover i {
  top: -38px;
}
.g_right-fixed #go_top:hover span {
  top: 0;
}
.g_right-fixed #go_top i {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  color: #fff;
}
.g_right-fixed #go_top i:before {
  font-size: 22px;
}
.g_right-fixed #go_top span {
  color: #fff;
  top: 38px;
  left: 0;
  position: absolute;
  line-height: 19px;
  height: 38px;
  width: 38px;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}
/* 滚动条 */
::-webkit-scrollbar-track-piece {
  background-color: #eee;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.thirdparty-login li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.thirdparty-login li a {
  border: solid 1px;
  border-radius: 50%;
  padding: 4px;
}
.thirdparty-login li .icon {
  font-size: 40px;
  color: #666;
}
.thirdparty-login li .icon:hover {
  color: #fc4147;
}
.IDEN-alter-gray,
.IDEN-alter-cg,
.IDEN-alter-sb {
  width: 400px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  top: 20px;
  text-align: center;
  display: none;
  z-index: 9999;
}
.supernatant {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.supernatant .supernatant-wrapper {
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
  height: auto;
  position: relative;
  width: 440px;
  padding: 1px 0;
  margin: 150px auto;
}
.supernatant h3 {
  padding-top: 25px;
  text-align: center;
}
#InviteFriends {
  display: none;
}
#InviteFriends > div {
  width: 600px;
}
#InviteFriends > div .cont-wrap {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
#InviteFriends > div .cont-wrap .cont-left {
  float: left;
  width: 400px;
}
#InviteFriends > div .cont-wrap .cont-left > p {
  margin-top: 40px;
}
#InviteFriends > div .cont-wrap .cont-left > div {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  margin-bottom: 20px;
}
#InviteFriends > div .cont-wrap .cont-left > div span {
  display: inline-block;
}
#InviteFriends > div .cont-wrap .cont-left > div .name {
  font-size: 14px;
  color: #666;
  width: 80px;
}
#InviteFriends > div .cont-wrap .cont-left > div input {
  height: 36px;
  padding: 0 10px;
  width: 240px;
  margin-right: 15px;
  box-sizing: border-box;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#InviteFriends > div .cont-wrap .cont-left > div .copy {
  width: 60px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background-color: #FF9600;
  border-radius: 5px;
  text-align: center;
}
#InviteFriends > div .cont-wrap .cont-left > div .copy:hover {
  opacity: 0.8;
}
#InviteFriends > div .cont-wrap .cont-right {
  float: right;
  width: 120px;
}
#InviteFriends > div .cont-wrap .cont-right .QRcode {
  width: 120px;
  height: 120px;
  border: 10px solid #F4F4F4;
  box-sizing: border-box;
}
#InviteFriends > div .cont-wrap .cont-right .btn-wrap {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
#InviteFriends > div .cont-wrap .cont-right .btn-wrap a {
  color: #FF9600;
  border: solid 1px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.g-fix-aside-wrap,
.h-fix-aside-wrap {
  float: right;
  width: 0;
  margin-right: 20px;
}
.g-fix-aside-r,
.h-fix-aside-r {
  position: fixed;
  bottom: 300px;
  right: 20px;
  z-index: 65536;
}
.g-fix-aside-r *,
.h-fix-aside-r * {
  box-sizing: border-box;
}
.g-fix-aside-r .grid-wrap,
.h-fix-aside-r .grid-wrap {
  display: none;
}
.g-fix-aside-r .grid-wrap.show,
.h-fix-aside-r .grid-wrap.show {
  display: block;
}
.g-fix-aside-r .grid,
.h-fix-aside-r .grid {
  position: relative;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}
.g-fix-aside-r .grid .ico,
.h-fix-aside-r .grid .ico {
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #333;
  cursor: pointer;
}
.g-fix-aside-r .grid .ico:hover,
.h-fix-aside-r .grid .ico:hover {
  background: rgba(33, 33, 33, 0.1);
}
.g-fix-aside-r .grid .ico img,
.h-fix-aside-r .grid .ico img {
  width: 24px;
  vertical-align: middle;
}
.g-fix-aside-r .grid .ico:hover + .tips,
.h-fix-aside-r .grid .ico:hover + .tips {
  display: block;
}
.g-fix-aside-r .grid i,
.h-fix-aside-r .grid i {
  font-size: 22px;
}
.g-fix-aside-r .tips,
.h-fix-aside-r .tips {
  display: none;
  position: absolute;
  top: 4px;
  line-height: 20px;
  padding: 12px 14px;
  right: 60px;
  white-space: nowrap;
  background: #fff;
  border-radius: 5px;
  color: #666;
  box-shadow: 0px 3px 10px 1px rgba(51, 51, 51, 0.1);
}
.showreel-no-msg {
  padding: 100px 0;
  text-align: center;
}
.showreel-no-msg .follow-null {
  margin-bottom: 28px;
}
.showreel-no-msg p {
  font-size: 16px;
}
/*# sourceMappingURL=showreel-header.css.map */